Xbasic

FILE.DIR_REMOVE Function

Syntax

V FILE.Dir_Remove(C directory)

Arguments

directoryCharacter

The path and name of the directory to be deleted.

Description

Remove a directory.

Discussion

The FILE.DIR_REMOVE() method deletes the specified directory.

Example

FILE.dir_remove("c:\new_directory")

See Also